ASN
[Function] - Arithmetic function, returns Arc Sinus
Syntax:
ASN (NummericExpression)
Parameters:
NummericExpression: Any Nummeric expression
Description:
Returns the arc sine value of the given argument. Argument must be a numeric expression. Returned value type is float.
Examples:
REM Arc sine value a=3 PRINT "Arc Sine value of a is "; ASN(a)
The above function, when called, returns the Arc Sine of a Expression
Notes:
See also:
Supported Plattforms:
ZX Spectrum